Adwaita: add comments
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 29 Jan 2015 10:34:01 +0000 (11:34 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 29 Jan 2015 10:34:01 +0000 (11:34 +0100)
gtk/theme/Adwaita/_common.scss

index 0c6843730606ff47259d93e197ce1b498ec68b75..ea6e20c0b541d40359f81460899dc6d886041dd6 100644 (file)
@@ -3263,6 +3263,7 @@ GtkVolumeButton.button { padding: 8px; }
 }
 
 // This is used by GtkScrolledWindow, when content is touch-dragged past boundaries.
+// This draws a box on top of the content, the size changes programmatically.
 .overshoot {
   &.top {
     @include overshoot(top);
@@ -3282,7 +3283,8 @@ GtkVolumeButton.button { padding: 8px; }
   }
 }
 
-.undershoot {  //FIXME: the dark variant needs love
+// Overflow indication, works similarly to the overshoot, the size if fixed tho.
+.undershoot { 
   &.top {
     @include undershoot(top);
   }